home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
1-Reference
/
•ARPL stacks
/
Library Help
/
Library Help
/
background_2782.txt
< prev
next >
Wrap
Text File
|
1990-05-22
|
5KB
|
206 lines
-- background: 2782 from stack: in
-- bmap block id: 3157
-- flags: 0000
-- background id: 0
-- name: General
----- HyperTalk script -----
on fix
--set the rect of bg fld "Synopsis" to 54,104,483,275
-- set the rect of bg fld "PresPath" to 0,241,504,301
-- set the rect of bg fld "Title" to 54,78,483,106
-- set the rect of bg fld "KeyWords" to 297,94,505,132
set the rect of bg fld "Category" to 97,23,454,49
set the rect of bg fld "PresType" to 390,34,504,48
-- set the rect of bg fld "ScriptPath" to 0,199,504,239
set the rect of bg fld "SubCategory" to 96,51,492,76
-- set the rect of bg fld "PresCat" to 334,48,504,62
-- set the rect of bg btn "Show" to 154,306,249,338
-- set the rect of bg btn "StackMap" to 463,310,505,339
-- set the rect of bg btn "up" to 367,310,409,339
-- set the rect of bg btn "CrossRef" to 250,306,330,338
-- set the rect of bg btn "next" to 438,310,457,339
-- set the rect of bg btn "Quit" to 7,310,49,339
-- set the rect of bg btn "previous" to 415,310,434,339
end fix
-- part 9 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=97 top=23 right=49 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 24
-- style flags: 10240
-- line height: 24
-- part name: Category
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=438 top=310 right=338 bottom=457
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next
----- HyperTalk script -----
on mouseUp
set cursor to watch
visual dissolve fast
go next cd
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=415 top=310 right=338 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Previous
----- HyperTalk script -----
on mouseUp
set cursor to watch
visual dissolve fast
go prev
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=7 top=310 right=338 bottom=49
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quit
----- HyperTalk script -----
on mouseUp
quithandler
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=463 top=310 right=338 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: StackMap
----- HyperTalk script -----
on mouseUp
mapHandler
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=367 top=310 right=338 bottom=409
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: up
----- HyperTalk script -----
on mouseUp
set cursor to watch
visual dissolve fast
go card "Menu"
end mouseUp
-- part 21 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=390 top=34 right=48 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: PresType
-- part 22 (field)
-- low flags: 01
-- high flags: 2007
-- rect: left=43 top=78 right=277 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: synopsis scroll
-- part 23 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=96 top=51 right=76 bottom=492
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 128
-- text size: 18
-- style flags: 256
-- line height: 24
-- part name: SubCategory
-- part 26 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=103 top=310 right=338 bottom=145
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Feedback
----- HyperTalk script -----
on mouseUp
global homePath
push card
set cursor to watch
go stack homePath & "ARPL FeedBack"
end mouseUp